ColorModel

interface ColorModel<T : PrintSettings?>

Allows configuring the color model for printing.

Implemented by concrete PrintSettings implementations that support changing the color model.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun colorModel(): ColorModel
Returns the color model used by the printer.
abstract fun colorModel(colorModel: ColorModel): T
Configures the colorModel for printing.